home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
menus
/
menuev32
/
flags.txt
< prev
next >
Wrap
Text File
|
1995-02-01
|
513b
|
19 lines
''''''''''''''''''''''''''''
' MenuEv global constant file. This file can be loaded
' into a code module.
'
' These constants define the contents of the Flags
' parameter of the MenuEvent event.
'
''''''''''''''''''''''''''''
Global Const MF_GRAYED = &H0001
Global Const MF_DISABLED = &H0002
Global Const MF_BITMAP = &H0004
Global Const MF_CHECKED = &H0008
Global Const MF_POPUP = &H0010
Global Const MF_OWNERDRAW = &H0100
Global Const MF_SYSMENU = &H2000
Global Const MF_MOUSESELECT = &H8000